(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/iffparse.h>
struct ClipboardHandle * OpenClipboard()
SYNOPSIS
LONG unitNumber

LOCATION
In IFFParseBase at offset 41
FUNCTION
Opens the clipboard.device with the specified unit. Allocates and initializes a ClipboardHandle struct which should be put into the iff_Stream field of the IFFHandle when the handle is initialized with InitIFFasClip().

INPUTS
unitNumber
a clipboard device unit number (usually PRIMARY_CLIP).
RESULT
ch - pointer to ClipboarHandle struct or NULL if unsuccessfull.

NOTES
EXAMPLE
BUGS
SEE ALSO
InitIFFasClip(), CloseClipboard()
INTERNALS
HISTORY
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen